Configuring a Service Group for WS-Security (Deprecated) |
|
A service group can be configured to send or receive secured SOAP messages according to the WS-Security standard. To enable this, the service group configuration must be modified. Incoming and outgoing WS-Security SOAP requests can be configured independently.
- On CUSP > My Applications, click
(LDAP Explorer). The LDAP Explorer window appears. - Navigate to Cordys > <organization> and click the service group that is WS-Security enabled. The Properties - <service group name> window appears.
- Click
in the bussoapnodeconfiguration row. The String (xml) - Edit XML for string window appears. - To enable WS-Security on incoming SOAP requests, enter the following inside the <configuration> tag. If there is already a <wss> tag, add the <in> tag alone to it.
<wss> <in>true</in> </wss> - To enable WS-Security signing on outgoing SOAP requests, enter the following inside the <configuration> tag. If there is already a <wss> tag present, just add the <out> tag to it.
<wss> <out>true</out> </wss> - Click
to save your changes. - Click
to close the Properties - <service group name> window. - Click
to close the LDAP Explorer window. - Restart the service. To do this:
- On CUSP > My Applications, click
(System Resource Manager). The System Resource Manager window appears. - Right-click <service> and click Restart.
WS-Security on SOAP requests is enabled for the service group.
- On CUSP > My Applications, click